home *** CD-ROM | disk | FTP | other *** search
- light("spot_spotmap")
- {
- pass()
- {
- tmu()
- {
- texgen("spotlight")
-
- texture()
- {
- spotmap()
- addressfunc("clamp", "clamp", "clamp")
-
- filtering("linear_no_mip") //FIXIT
- }
-
- colorop("mul", "texture", "tfactor", "current")
- alphaop("mul", "texture", "tfactor", "current")
- }
-
- tmu()
- {
- texgen("spotlight_z_att")
-
- texture()
- {
- image("spot_z.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
-
- colorop("mul", "texture", "current", "current")
- alphaop("mul", "texture", "current", "current")
- }
-
- tfactor(1,1,1,1)
- colorgen("tfactor", "user", 0,0,0, "user", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-